Skip to content

Commit

Permalink
Fixing ABI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Machiry committed Dec 24, 2018
1 parent 0ed97e5 commit 91a6cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_scripts/components/llvm_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def is_critical(self):
INVALID_GCC_FLAGS = ['-mno-thumb-interwork', '-fconserve-stack', '-fno-var-tracking-assignments',
'-fno-delete-null-pointer-checks', '--param=allow-store-data-races=0',
'-Wno-unused-but-set-variable', '-Werror=frame-larger-than=1', '-Werror', '-Wall',
'-fno-jump-tables', '-nostdinc', '-mpc-relative-literal-loads']
'-fno-jump-tables', '-nostdinc', '-mpc-relative-literal-loads', '-mabi=lp64']
# target optimization to be used for llvm
TARGET_OPTIMIZATION_FLAGS = ['-O0']
# debug flags to be used by llvm
Expand Down

0 comments on commit 91a6cb3

Please sign in to comment.